home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
bubble_s.swf
/
scripts
/
DefineButton2_248
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
198 b
|
9 lines
on(release){
SDButton();
vDialog = true;
vRestart = false;
attachMovie("_help","whelp",15000);
whelp._x = (800 - whelp._width) / 2;
whelp._y = (600 - whelp._height) / 2;
}